Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.commands.ICommandHandlerService

Packages that use ICommandHandlerService
org.eclipse.ui.commands   
 

Uses of ICommandHandlerService in org.eclipse.ui.commands
 

Subinterfaces of ICommandHandlerService in org.eclipse.ui.commands
 interface ICompoundCommandHandlerService
          An instance of this interface allows clients to manage command handlers.
 interface IMutableCommandHandlerService
          An instance of this interface allows clients to manage command handlers.
 

Methods in org.eclipse.ui.commands that return ICommandHandlerService
 ICommandHandlerService IWorkbenchWindowCommandSupport.getCommandHandlerService()
          Returns the command handler service for the workbench window.
 ICommandHandlerService CommandHandlerServiceEvent.getCommandHandlerService()
          Returns the instance of the interface that changed.
 

Methods in org.eclipse.ui.commands with parameters of type ICommandHandlerService
 void ICompoundCommandHandlerService.addCommandHandlerService(ICommandHandlerService commandHandlerService)
          Adds an instance of ICommandHandlerService to this instance.
 void ICompoundCommandHandlerService.removeCommandHandlerService(ICommandHandlerService commandHandlerService)
          Removes an instance of ICommandHandlerService from this instance.
 

Constructors in org.eclipse.ui.commands with parameters of type ICommandHandlerService
CommandHandlerServiceEvent(ICommandHandlerService commandHandlerService, boolean handlersByCommandIdChanged)
          Creates a new instance of this class.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.